You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxByte Class > TMtxByte Methods > TMtxByte.PValues Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxByte.PValues Method

Obtains a pointer to the integer value of the vector at Index.

Syntax
C#
Visual Basic
public IntPtr PValues([In] int Row, [In] int col);

The function returns address of element at Values[i]. Under .NET, internal memory must be Pinned first. See Pin and UnPin

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!